const github.com/klauspost/compress/zstd.bestLongLen
9 uses
github.com/klauspost/compress/zstd (current package)
enc_best.go#L17: bestLongLen = 8 // Bytes used for table hash
enc_best.go#L203: nextHashL := hashLen(cv, bestLongTableBits, bestLongLen)
enc_best.go#L309: candidateL = e.longTable[hashLen(cv, bestLongTableBits, bestLongLen)]
enc_best.go#L310: candidateL2 := e.longTable[hashLen(cv2, bestLongTableBits, bestLongLen)]
enc_best.go#L333: nextHashL := hashLen(load6432(src, sAt), bestLongTableBits, bestLongLen)
enc_best.go#L384: h0 := hashLen(cv0, bestLongTableBits, bestLongLen)
enc_best.go#L444: h0 := hashLen(cv0, bestLongTableBits, bestLongLen)
enc_best.go#L527: h := hashLen(cv, bestLongTableBits, bestLongLen)
enc_best.go#L537: h := hashLen(cv, bestLongTableBits, bestLongLen)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |